home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDUCATE
/
PCLEARN.ARJ
/
PCL.LZH
/
GO1.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-04-11
|
3KB
|
93 lines
ECHO OFF
cls
echo This is not FREE software! This is a shareware package. Shareware
echo means try before you buy. See the registration option on the main
echo menu for information about the BONUS DISKS and registration
echo certificate which will be shipped after you register. Registration
echo works on the honor system: you the user pay for the software you
echo try and use. Thanks for using PC-LEARN and supporting the shareware
echo concept with your prompt submission of a registration fee!
pause
:TOP
cls
rem menu
ECHO ┌───────────────────────────────────────────────────────────────────────┐
ECHO │ PART ONE - PC-LEARN MENU │
ECHO │ │
ECHO │ A Program Description G Batch Files │
ECHO │ B Registration and Bonus Disks H Computer Clubs │
ECHO │ C Introduction to Computers I Viruses │
ECHO │ D Computer History J Tips and tricks │
ECHO │ E DOS for Beginners K Support Resources │
ECHO │ F Advanced DOS L Your New PC │
ECHO │ │
ECHO │ Q Quits program! │
ECHO │ │
ECHO │ Press a letter key to begin . . . │
ECHO └───────────────────────────────────────────────────────────────────────┘
:START
inkey ,Q81,q81,L76,l76,K75,k75,J74,j74,I73,i73,H72,h72,G71,g71,F70,f70,E69,e69,D68,d68,C67,c67,B66,b66,A65,a65/E
ECHO ----- PLEASE WAIT FOR A MOMENT - DISK DRIVE LOADING DATA -----
ECHO OFF
IF ERRORLEVEL 81 GOTO END
IF ERRORLEVEL 76 GOTO LABELL
IF ERRORLEVEL 75 GOTO LABELK
IF ERRORLEVEL 74 GOTO LABELJ
IF ERRORLEVEL 73 GOTO LABELI
IF ERRORLEVEL 72 GOTO LABELH
IF ERRORLEVEL 71 GOTO LABELG
IF ERRORLEVEL 70 GOTO LABELF
IF ERRORLEVEL 69 GOTO LABELE
IF ERRORLEVEL 68 GOTO LABELD
IF ERRORLEVEL 67 GOTO LABELC
IF ERRORLEVEL 66 GOTO LABELB
IF ERRORLEVEL 65 GOTO LABELA
:LABELA
view readme
GOTO TOP
:LABELB
view bonus.tut
GOTO TOP
:LABELC
view intro.tut
GOTO TOP
:LABELD
view history.tut
GOTO TOP
:LABELE
VIEW dos1.tut
GOTO TOP
:LABELF
VIEW dos2.tut
GOTO TOP
:LABELG
VIEW batch.tut
GOTO TOP
:LABELH
VIEW usergrp.tut
GOTO TOP
:LABELI
VIEW virus.tut
GOTO TOP
:LABELJ
VIEW tips.tut
GOTO TOP
:LABELK
VIEW support.tut
GOTO TOP
:LABELL
VIEW newpc.tut
GOTO TOP
:END
CLS
ECHO ----- THANKS FOR USING PC-LEARN -----
ECHO ----- REGISTERING WILL BRING YOU THE BONUS DISKS! ----